HipMTLShaderProgram

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

createInputLayout
void createInputLayout(MTLDevice device, MTLVertexDescriptor descriptor)
blendDst
HipBlendFunction blendDst;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

blendEq
HipBlendEquation blendEq;
Undocumented in source.
blendSrc
HipBlendFunction blendSrc;
Undocumented in source.
fragmentShaderFunction
MTLFunction fragmentShaderFunction;
Undocumented in source.
library
MTLLibrary library;
Undocumented in source.
pipelineDescriptor
MTLRenderPipelineDescriptor pipelineDescriptor;
Undocumented in source.
pipelineState
MTLRenderPipelineState pipelineState;
Undocumented in source.
uniformBufferFragment
BufferedMTLBuffer* uniformBufferFragment;
Undocumented in source.
uniformBufferVertex
BufferedMTLBuffer* uniformBufferVertex;
Undocumented in source.
vertexShaderFunction
MTLFunction vertexShaderFunction;
Undocumented in source.

Meta